* {
    padding: 0;
    margin: 0;
}

.company-banner {
    height: 300px;
    width: 100%;
    position: relative;
}

.company-banner-title {
    position: absolute;
    margin-top: 97.5px;
    margin-left: 349px;
}

.company-banner-title>h1 {
    font-family: Microsoft YaHei UI;
    font-size: 60px;
    line-height: 100%;
    color: #FFFFFF;
}

.company-banner-title>p {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 24px;
}

.company-program {
    /*height: 929px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
}

.company-inside-program {
    /*height: 971px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 100px;
}

.company-program-top {
    height: 115px;
    width: 100%;
}

.company-program-next {
    /*height: 929px;*/
    width: 1200px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.company-program-top>h1 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #001C46;
    margin-top: 15px;
}

.company-program-top>span {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #001C46;
    display: inline-block;
    margin-top: 8px;
    margin-right: 26px;
}

.company-program-text {
    /*margin-top: 32px;*/
    /*height: 100%;*/
    width: 776px;
}

.company-program-text>h4 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #7A7A7A;
    margin-bottom: 24px;
}

.company-program-text>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    margin-bottom: 24px;
}

.company-content {
    /*height: 1560px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.company-program-last {
    margin-top: 32px;
    /*min-height: 349px;*/
    /*height: 824px;*/
    width: 100%;
    position: relative;
}

.company-inside1-program {
    /*height: 810px;*/
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 32px;
}

.company-program-below {
    height: 642px;
    width: 100%;
    margin-top: 55px;
}

.company-program-below-top {
    height: 420px;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.company-program-below-below {
    height: 210px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.company-program-below-top-left {
    height: 420px;
    width: 594px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-program-below-top-left>img {
    margin-bottom: 6px;
    margin-left: 3px;
}

.interior-one {
    width: 594px;
    height: 420px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.interior-two {
    width: 291px;
    height: 204px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

.interior-three {
    width: 392px;
    height: 210px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

.interior-img {
    cursor: pointer;
}

.company-program-last-item1,
.company-program-last-item2 {
    width: 100%;
    margin-bottom: 10px;
}

.company-program-last-item1 ul li {
    width: 240px;
    height: 164px;
    background: #efefef;
    margin-right: 10px;
}

.company-program-last-item2 ul li,
.company-program-last-item3 ul li {
    width: 162px;
    height: 220px;
    background: #efefef;
    margin-right: 10px;
}

.picList {
    list-style: none;
}

.pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}